Searched refs:__copy__ (Results 1 – 3 of 3) sorted by relevance
91 #if __has_attribute(__copy__)92 # define __copy(symbol) __attribute__((__copy__(symbol)))
225 def __copy__(self): member in BeautifulSoup
694 def __copy__(self): member in NavigableString821 def __copy__(self): member in Tag830 clone.append(child.__copy__())