OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_unique_id
(Results
1 - 2
of
2
) sorted by null
/external/markdown/markdown/extensions/
headerid.py
114
h.set('id', self.
_unique_id
(m.group('id')))
144
def
_unique_id
(self, id):
member in class:HeaderIdProcessor
163
return self.
_unique_id
(h)
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
genpyx.py
68
_unique_id
= 0
variable in class:Node
70
Node.
_unique_id
+= 1
71
return Node.
_unique_id
Completed in 38 milliseconds