- static splatnet3_scraper.auth.NSO.new_instance()
Creates a new instance of the NSO class with a new requests session.
This is the recommended way to create a new instance of the NSO class, as it ensures that the session is a fresh session, however it is not absolutely necessary to instantiate a new NSO class using this method. Passing in a new session to the
__init__method is perfectly fine.- Returns:¶
NSO – A new instance of the NSO class.