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

  /external/python/cpython3/Lib/urllib/
request.py 391 default_method = "POST" if self.data is not None else "GET"
392 return getattr(self, 'method', default_method)
    [all...]
  /art/runtime/
class_linker.cc 5873 ArtMethod* default_method = nullptr; local
    [all...]

Completed in 94 milliseconds