Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dceval.c5294 int skip_leading_underscores = 0; in import_all_from() local
5313 skip_leading_underscores = 1; in import_all_from()
5342 skip_leading_underscores ? "Key" : "Item", in import_all_from()
5344 skip_leading_underscores ? "__dict__" : "__all__", in import_all_from()
5352 if (skip_leading_underscores) { in import_all_from()
/external/python/cpython2/Python/
Dceval.c4923 int skip_leading_underscores = 0; in import_all_from() local
4942 skip_leading_underscores = 1; in import_all_from()
4954 if (skip_leading_underscores && in import_all_from()