Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 25 of 93) sorted by relevance

1234

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMultipleWorkspace.py42 def convertPackagePath(cls, Ws, Path): argument
56 def setWs(cls, Ws, PackagesPath=None): argument
73 def join(cls, Ws, *p): argument
93 def relpath(cls, Path, Ws): argument
112 def getWs(cls, Ws, Path): argument
129 def handleWsMacro(cls, PathStr): argument
154 def getPkgPath(cls): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_setups.py37 def setUpClass(cls): argument
55 def tearDownClass(cls): argument
73 def tearDownClass(cls): argument
84 def tearDownClass(cls): argument
102 def setUpClass(cls): argument
121 def tearDownClass(cls): argument
132 def tearDownClass(cls): argument
154 def setUpClass(cls): argument
157 def tearDownClass(cls): argument
171 def setUpClass(cls): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dabc.py105 def register(cls, subclass): argument
119 def _dump_registry(cls, file=None): argument
128 def __instancecheck__(cls, instance): argument
148 def __subclasscheck__(cls, subclass): argument
Dcopy_reg.py46 def _reconstructor(cls, base, state): argument
92 def __newobj__(cls, *args): argument
95 def _slotnames(cls): argument
D_abcoll.py40 def __subclasshook__(cls, C): argument
64 def __subclasshook__(cls, C): argument
83 def __subclasshook__(cls, C): argument
98 def __subclasshook__(cls, C): argument
113 def __subclasshook__(cls, C): argument
128 def __subclasshook__(cls, C): argument
183 def _from_iterable(cls, it): argument
Dfractions.py68 def __new__(cls, numerator=0, denominator=None): argument
169 def from_float(cls, f): argument
185 def from_decimal(cls, dec): argument
Dtarfile.py1079 def create_pax_global_header(cls, pax_headers): argument
1138 def _create_gnu_long_header(cls, name, type): argument
1155 def _create_pax_generic_header(cls, pax_headers, type=XHDTYPE): argument
1187 def frombuf(cls, buf): argument
1233 def fromtarfile(cls, tarfile): argument
1625 def open(cls, name=None, mode="r", fileobj=None, bufsize=RECORDSIZE, **kwargs): argument
1698 def taropen(cls, name, mode="r", fileobj=None, **kwargs): argument
1706 def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): argument
1732 def bz2open(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): argument
Dfunctools.py53 def total_ordering(cls): argument
Dinspect.py263 def classify_class_attrs(cls): argument
334 def _searchbases(cls, accum): argument
342 def getmro(cls): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dabc.py105 def register(cls, subclass): argument
119 def _dump_registry(cls, file=None): argument
128 def __instancecheck__(cls, instance): argument
148 def __subclasscheck__(cls, subclass): argument
Dcopy_reg.py46 def _reconstructor(cls, base, state): argument
92 def __newobj__(cls, *args): argument
95 def _slotnames(cls): argument
D_abcoll.py40 def __subclasshook__(cls, C): argument
64 def __subclasshook__(cls, C): argument
84 def __subclasshook__(cls, C): argument
99 def __subclasshook__(cls, C): argument
114 def __subclasshook__(cls, C): argument
129 def __subclasshook__(cls, C): argument
189 def _from_iterable(cls, it): argument
Dfunctools.py53 def total_ordering(cls): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
DEnum.py20 def __init__(cls, name, bases, dict): argument
29 def __getattr__(cls, name): argument
34 def __repr__(cls): argument
52 def __init__(cls, name, bases, dict): argument
71 def __new__(cls, classname, enumname, value): argument
DEiffel.py13 def convert_methods(cls, dict): argument
71 def __get__(self, obj, cls): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
D__init__.py123 allow_nan=True, cls=None, indent=None, separators=None, argument
186 allow_nan=True, cls=None, indent=None, separators=None, argument
245 def load(fp, encoding=None, cls=None, object_hook=None, parse_float=None, argument
281 def loads(s, encoding=None, cls=None, object_hook=None, parse_float=None, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
D__init__.py123 allow_nan=True, cls=None, indent=None, separators=None, argument
194 allow_nan=True, cls=None, indent=None, separators=None, argument
257 def load(fp, encoding=None, cls=None, object_hook=None, parse_float=None, argument
293 def loads(s, encoding=None, cls=None, object_hook=None, parse_float=None, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_typechecks.py9 def __instancecheck__(cls, inst): argument
14 def __subclasscheck__(cls, sub): argument
79 def __subclasscheck__(self, cls): argument
Dtest_profile.py21 def do_profiling(cls): argument
63 def regenerate_expected_output(filename, cls): argument
Dtest_multiprocessing.py164 def _test(cls, q, *args, **kwds): argument
213 def _test_terminate(cls): argument
263 def _test_recursion(cls, wconn, id): argument
353 def _test_put(cls, queue, child_can_start, parent_can_continue): argument
418 def _test_get(cls, queue, child_can_start, parent_can_continue): argument
480 def _test_fork(cls, queue): argument
529 def _test_task_done(cls, q): argument
642 def f(cls, cond, sleeping, woken, timeout=None): argument
775 def _test_event(cls, event): argument
831 def _test(cls, values): argument
[all …]
Dtest_doctest2.py100 def clsm(cls, val): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dsetuptools_extension.py4 def _get_unpatched(cls): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dutil.py18 def strclass(cls): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DVec.py29 def fromlist(cls, v): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dmsvc9compiler.py68 def get_value(cls, path, key): argument
76 def read_keys(cls, base, key): argument
94 def read_values(cls, base, key): argument

1234