HomeSort by relevance Sort by last modified time
    Searched refs:_formatter_field_name_split (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 541 # The field name parser is implemented in str._formatter_field_name_split
630 first, rest = field_name._formatter_field_name_split()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 541 # The field name parser is implemented in str._formatter_field_name_split
630 first, rest = field_name._formatter_field_name_split()

Completed in 52 milliseconds