TimeStamp constructor

init

Constructs a new instance of TimeStamp

def __init__(self):
    ...

init

Instantiates new time stamp structure.

def __init__(self, url, user, password):
    ...
Parameter Type Description
url str Url of third-party site.
user str User.
password str Password.

See Also