OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:basestring_type
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Compiler/
Builtin.py
385
global bytes_type, str_type, unicode_type,
basestring_type
, slice_type
397
basestring_type
= builtin_scope.lookup('basestring').type
ExprNodes.py
32
unicode_type, str_type, bytes_type, bytearray_type,
basestring_type
, slice_type
namespace
77
(Builtin.bytes_type, Builtin.
basestring_type
) : "Cannot convert 'bytes' object to basestring implicitly. This is not portable to Py3.",
79
(Builtin.
basestring_type
, Builtin.bytes_type) : "Cannot convert 'basestring' object to bytes implicitly. This is not portable.",
[
all
...]
Completed in 76 milliseconds