Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
T.__new__(S, ...) -> a new object with type S, a subtype of T
src/b/3/b3-1.9.2/b3/parsers/iourt42.py b3(Download)
def __new__(cls, *args, **kwargs): Iourt42Parser.patch_Clients() return Iourt41Parser.__new__(cls)
src/b/i/big-brother-bot-HEAD/b3/parsers/iourt42.py big-brother-bot(Download)
def __new__(cls, *args, **kwargs): Iourt42Parser.patch_Clients() return Iourt41Parser.__new__(cls)