Lines Matching refs:string
50 return a string consisting of compact option identifiers."""
54 raise TypeError("filename must be string type")
96 # ffi.string returns a bytes
97 string = force_text(ffi.string(name))
98 if string:
99 attr_list.append(string)
103 cattrs = force_text(ffi.string(cattrs))
110 passed as a list of verbose attribute names or a string that consists of
124 raise TypeError("filename must be string type")
136 # A single string indicates system attributes are passed in compact
189 key = force_text(ffi.string(lib.attr_to_name(i)))
190 value = force_text(ffi.string(lib.attr_to_option(i)))