MCPcopy Create free account
hub / github.com/apache/arrow / is_valid

Method is_valid

python/pyarrow/tests/test_flight.py:622–627  ·  view source on GitHub ↗

Returning an empty string. Returning None causes Type error.

(self, token)

Source from the content-addressed store, hash-verified

620 """Do nothing."""
621
622 def is_valid(self, token):
623 """
624 Returning an empty string.
625 Returning None causes Type error.
626 """
627 return ""
628
629
630def case_insensitive_header_lookup(headers, lookup_key):

Callers 6

IsValidMethod · 0.45
test_is_validFunction · 0.45
test_is_nullFunction · 0.45
test_non_cpu_arrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected