Home | History | Annotate | Download | only in docs

Lines Matching full:none

75     A BeautifulSoup element corresponding to the matched parent, or None.
92 return None
131 An instance of a Tag, or None if there was no matches.
148 return None
158 a BeautifulSoup tag, or None if there was no matches
162 InnerNamespace XML types. It will always return 'None' for other nodes.
201 if matching_entry is None:
229 if entry_container is not None:
232 if container_tag is None:
241 if entry.enum is None:
251 if value_id is not None:
277 a BeautifulSoup instance if validation succeeds, None otherwise
289 return None
300 succ = validate_xml(file_name) is not None