Searched defs:_encode (Results 1 – 7 of 7) sorted by relevance
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ | ||
D | grpc_string.pyx.pxi | 32 cdef bytes _encode(object string_or_none): function |
/third_party/python/Lib/test/ | ||
D | test_urlparse.py | 170 def _encode(t): function |
/third_party/mindspore/mindspore/nn/probability/dpn/vae/ | ||
D | vae.py | 71 def _encode(self, x): member in VAE |
D | cvae.py | 79 def _encode(self, x, y): member in ConditionalVAE |
/third_party/python/Lib/email/ | ||
D | generator.py | 145 def _encode(self, s): member in Generator |
D | charset.py | 159 def _encode(string, codec): function |
/third_party/python/Lib/http/ | ||
D | client.py | 161 def _encode(data, name='data'): function |