Home | History | Annotate | Download | only in thirdparty

Lines Matching refs:portion

1020     for portion in args:
1021 if hasattr(portion, 'items'):
1023 for k,v in portion.items():
1025 elif hasattr(portion, '__iter__'): # is a list
1027 for k in portion:
1031 built[portion] = default