OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Object
(Results
1 - 4
of
4
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
G__l_a_t.py
55
class
_Object
() :
92
e, data = sstruct.unpack2(fmt, data,
_Object
())
102
o, data = sstruct.unpack2(Glat_format_3_octabox_metrics, data,
_Object
())
108
data,
_Object
())
204
o =
_Object
()
213
so =
_Object
()
S__i_l_f.py
298
class
_Object
() :
390
j, data = sstruct.unpack2(Silf_justify_format, data,
_Object
())
407
pseudo = sstruct.unpack(Silf_pseudomap_format, data[8+6*i:14+6*i],
_Object
())
409
pseudo = struct.unpack('>HH', data[8+4*i:12+4*i],
_Object
())
541
j =
_Object
()
[
all
...]
/external/python/cpython3/Lib/
pyclbr.py
18
Classes and Functions have a common superclass:
_Object
. Every instance
28
Instances of Function describe functions with the attributes from
_Object
.
30
Instances of Class describe classes with the attributes from
_Object
,
52
class
_Object
:
66
class Function(
_Object
):
69
_Object
.__init__(self, module, name, file, lineno, parent)
72
class Class(
_Object
):
75
_Object
.__init__(self, module, name, file, lineno, parent)
388
if isinstance(obj,
_Object
):
/external/tensorflow/tensorflow/python/util/
deprecation_test.py
275
class
_Object
(object):
306
getattr(
_Object
, "_fn").__doc__)
309
self.assertEqual(3,
_Object
()._fn(1, 2))
320
class
_Object
(object):
336
getattr(
_Object
, "_fn").__doc__)
339
self.assertEqual(3,
_Object
()._fn(1, 2))
350
class
_Object
(object):
366
getattr(
_Object
, "_fn").__doc__)
369
self.assertEqual(3,
_Object
()._fn(1, 2))
381
class
_Object
(object)
[
all
...]
Completed in 4741 milliseconds