A
FUNCTIONS
get(using=None)
Return a browser launcher instance appropriate for the environment.
open(url, new=0, autoraise=True)
open_new(url)
open_new_tab(url)
register(name, klass, instance=None, *, preferred=False)
Register a browser connector.
Size: a a a
A
FUNCTIONS
get(using=None)
Return a browser launcher instance appropriate for the environment.
open(url, new=0, autoraise=True)
open_new(url)
open_new_tab(url)
register(name, klass, instance=None, *, preferred=False)
Register a browser connector.
A
JL
A
A
ПЯ
class C(int):
def __call__(self, s):
if not s:
return self
else:
return C(self+s)ПЯ
ПЯ
A
class add(int):
def __call__(self, n):
return add(self + n)
ПЯ
A
ПЯ
ПЯ
ПЯ
A
ПЯ
ПЯ