MCPcopy
hub / github.com/XPixelGroup/DiffBIR / article

Function article

ram/utils/openset_utils.py:9–10  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

7
8
9def article(name):
10 return "an" if name[0] in "aeiou" else "a"
11
12
13def processed_name(name, rm_dot=False):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected