Home
last modified time | relevance | path

Searched defs:__new__ (Results 151 – 175 of 4175) sorted by path

12345678910>>...167

/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Ddatetime.py488 def __new__(cls, days=0, seconds=0, microseconds=0, member in timedelta
819 def __new__(cls, year, month=None, day=None): member in date
1236 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): member in time
1567 def __new__(cls, year, month=None, day=None, hour=0, minute=0, second=0, member in datetime
2186 def __new__(cls, offset, name=_Omitted): member in timezone
H A Denum.py157 def __new__(metacls, cls, bases, classdict): member in EnumMeta
631 def __new__(cls, value): member in Enum
H A Dfractions.py84 def __new__(cls, numerator=0, denominator=None, *, _normalize=True): member in Fraction
H A Dfunctools.py277 def __new__(cls, func, /, *args, **keywords): member in partial
H A Dpathlib.py643 def __new__(cls, *args): member in PurePath
1039 def __new__(cls, *args, **kwargs): member in Path
H A Dpstats.py45 def __new__(cls, *values): member in SortKey
H A Dsre_constants.py57 def __new__(cls, value, name): member in _NamedIntConstant
H A Dssl.py451 def __new__(cls, oid): member in _ASN1Object
482 def __new__(cls, protocol=PROTOCOL_TLS, *args, **kwargs): member in SSLContext
/dports/databases/py-gdbm/Python-3.8.12/Lib/email/
H A D_header_value_parser.py876 def __new__(cls, value, token_type): member in Terminal
H A Dheaderregistry.py200 def __new__(cls, name, value): member in BaseHeader
/dports/databases/py-gdbm/Python-3.8.12/Lib/http/
H A D__init__.py21 def __new__(cls, value, phrase, description=''): member in HTTPStatus
/dports/databases/py-gdbm/Python-3.8.12/Lib/lib2to3/
H A Dpytree.py49 def __new__(cls, *args, **kwds): member in Base
435 def __new__(cls, *args, **kwds): member in BasePattern
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A D_test_multiprocessing.py2313 def __new__(cls): member in CountedObject
H A Dann_module.py44 def __new__(meta, name, bases, namespace): member in Meta
H A Ddatetimetester.py1680 def __new__(cls, *args, **kws): member in TestDate.test_subclass_date.C
1704 def __new__(cls, *args, **kwargs): member in TestDate.test_subclass_alternate_constructors.DateSubclass
2756 def __new__(cls, *args, **kws): member in TestDateTime.test_subclass_datetime.C
2781 def __new__(cls, *args, **kwargs): member in TestDateTime.test_subclass_alternate_constructors_datetime.DateTimeSubclass
2830 def __new__(cls, *args, **kwargs): member in TestDateTime.test_subclass_now.DateTimeSubclass
3402 def __new__(cls, *args, **kws): member in TestTime.test_subclass_time.C
3979 def __new__(cls, *args, **kws): member in TestTimeTZ.test_subclass_timetz.C
4675 def __new__(cls, *args, **kws): member in TestDateTimeTZ.test_subclass_datetimetz.C
H A Dmapping_tests.py441 def __new__(cls): member in TestMappingProtocol.test_fromkeys.mydict
569 def __new__(cls): member in TestHashMappingProtocol.test_fromkeys.mydict
H A Dtest__xxsubinterpreters.py112 def __new__(cls, name=None, id=None): member in Interpreter
151 def __new__(cls, action, end=None, interp=None): member in ChannelAction
202 def __new__(cls, pending=0, *, closed=False): member in ChannelState
1698 def __new__(cls, end, interp, other, extra, creator): member in ChannelCloseFixture
H A Dtest_abc.py448 def __new__(cls): member in test_factory.TestABC.test_all_new_methods_are_called.B
463 def __new__(cls, name, this_bases, d): member in test_factory.TestABC.test_tricky_new_works.with_metaclass.metaclass
H A Dtest_array.py1215 def __new__(cls, typecode, data, offset): member in NumberTest.test_subclassing.ExaggeratingArray
H A Dtest_bytes.py1865 def __new__(cls, value): member in SubclassTest.test_fromhex.B1
H A Dtest_class.py640 def __new__(cls, *args, **kwargs): member in ClassTests.testConstructorErrorMessages.D
H A Dtest_codecs.py2867 def __new__(cls): member in ExceptionChainingTest.test_new_override_is_not_wrapped.CustomNew
H A Dtest_complex.py395 def __new__(self, value=0j): member in ComplexTest.test_constructor.complex1
H A Dtest_copy.py43 def __new__(cls, foo): member in TestCopy.test_copy_registry.C
193 def __new__(cls, foo): member in TestCopy.test_copy_inst_getnewargs.C
210 def __new__(cls, *, foo): member in TestCopy.test_copy_inst_getnewargs_ex.C
305 def __new__(cls, foo): member in TestCopy.test_deepcopy_registry.C
489 def __new__(cls, foo): member in TestCopy.test_deepcopy_inst_getnewargs.C
507 def __new__(cls, *, foo): member in TestCopy.test_deepcopy_inst_getnewargs_ex.C
H A Dtest_descr.py1736 def __new__(cls): member in ClassPropertiesAndMethods.test_newslots.C
1758 __new__ = list.__new__ variable in ClassPropertiesAndMethods.test_bad_new.C
1761 __new__ = object.__new__ variable in ClassPropertiesAndMethods.test_bad_new.C
1781 def __new__(cls, foo): member in ClassPropertiesAndMethods.test_object_new.A
1789 def __new__(cls, foo): member in ClassPropertiesAndMethods.test_object_new.A
1805 __new__ = object.__new__ variable in ClassPropertiesAndMethods.test_restored_object_new.B
3696 def __new__(cls, arg): member in ClassPropertiesAndMethods.test_funny_new.C
3716 def __new__(*args): member in ClassPropertiesAndMethods.test_funny_new.C
3725 def __new__(*args): member in ClassPropertiesAndMethods.test_funny_new.C
4871 def __new__(cls): member in ClassPropertiesAndMethods.test_bpo25750.X
[all …]

12345678910>>...167