Skip to content

Commit

Permalink
Remove __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-E-Rose committed Dec 18, 2024
1 parent 6aa8a17 commit cbf0b48
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions pubmed_parser/medline_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
from collections import defaultdict
from pubmed_parser.utils import read_xml, stringify_children, month_or_day_formater

__all__ = ["parse_medline_xml", "parse_grant_id", "split_mesh"]


def parse_pmid(pubmed_article):
"""
Expand Down
8 changes: 0 additions & 8 deletions pubmed_parser/pubmed_oa_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
from .utils import read_xml, stringify_affiliation_rec, stringify_children
from unidecode import unidecode

__all__ = [
"list_xml_path",
"parse_pubmed_xml",
"parse_pubmed_paragraph",
"parse_pubmed_references",
"parse_pubmed_caption",
]


def list_xml_path(path_dir):
"""
Expand Down
2 changes: 0 additions & 2 deletions pubmed_parser/pubmed_web_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
from urllib2 import urlopen
from .utils import stringify_children

__all__ = ["parse_xml_web", "parse_citation_web", "parse_outgoing_citation_web"]


def load_xml(pmid, sleep=None):
"""
Expand Down

0 comments on commit cbf0b48

Please sign in to comment.