A stubfile was initially generated using stubgen, and then refined in
order to increase the accuracy of the core API methods.
Both from_file and from_path, both as independent functions and
class instace methods, have been annotated appropriately (taking
Union[str, bytes] and returning Text.
A stubfile was initially generated using
stubgen
, and then refined in order to increase the accuracy of the core API methods.Both
from_file
andfrom_path
, both as independent functions and class instace methods, have been annotated appropriately (takingUnion[str, bytes]
and returningText
.Resolves #174.