Searched refs:__copy__ (Results 1 – 10 of 10) sorted by relevance
110 #if __has_attribute(__copy__)111 # define __copy(symbol) __attribute__((__copy__(symbol)))
70 #if __has_attribute(__copy__)71 # define __copy(symbol) __attribute__((__copy__(symbol)))
694 def __copy__(self): member in NavigableString821 def __copy__(self): member in Tag830 clone.append(child.__copy__())
225 def __copy__(self): member in BeautifulSoup
449 # define __attribute_copy__(arg) __attribute__ ((__copy__ (arg)))
91 __attribute__ ((__weakref__(#name2), __copy__ (type))); \