mscarey / AuthoritySpoke

Reading legal authority for the last time
https://authorityspoke.readthedocs.io
Other
34 stars 2 forks source link

Code.__init__ should not access file #55

Closed mscarey closed 5 years ago

mscarey commented 5 years ago

That should be the responsibility of io.loaders.load_code.

Also update the repr method to fit the changes to the init method.