Searched defs:public (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dmanagers.py152 public = ['shutdown', 'create', 'accept_connection', 'get_methods', variable in class:Server
201 assert funcname in self.public, '%r unrecognized' % funcname
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dmanagers.py152 public = ['shutdown', 'create', 'accept_connection', 'get_methods', variable in class:Server
201 assert funcname in self.public, '%r unrecognized' % funcname

Completed in 72 milliseconds