Searched defs:strip (Results 1 – 6 of 6) sorted by relevance
22 int strip; member162 int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip) in luaU_dump()
74 def strip(s): function
248 def strip(s, chars=None): function
125 def strip(self, chars=None): return self.__class__(self.data.strip(chars)) member in UserString
250 def strip(s, chars=None): function
812 def strip(self): member in CharacterTest.test_subbclassing.EditableString