OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initialsize
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Synch.py
172
def __init__(self,
initialsize
):
173
assert
initialsize
> 0
174
self.size =
initialsize
/external/python/cpython2/Demo/metaclasses/
Synch.py
172
def __init__(self,
initialsize
):
173
assert
initialsize
> 0
174
self.size =
initialsize
Completed in 215 milliseconds