Home
last modified time | relevance | path

Searched refs:RE_INTERNAL_ATTR (Results 1 – 1 of 1) sorted by relevance

/external/python/pycparser/examples/
Dc_json.py53 RE_INTERNAL_ATTR = re.compile('__.*__') variable
77 all_attrs = set([i for i in klass.__slots__ if not RE_INTERNAL_ATTR.match(i)])