mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-14 03:51:06 +08:00
Add stubs for ephem (#15191)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Tests
|
||||
ephem.tests.*
|
||||
|
||||
# Leaked loop variables
|
||||
ephem.stars.k
|
||||
ephem.stars.v
|
||||
|
||||
# Runtime signature has *args/**kwargs that raise TypeError; stub signature is correct
|
||||
ephem._libastro.Observer.__init__
|
||||
ephem.FixedBody.__init__
|
||||
ephem._libastro.FixedBody.__init__
|
||||
Reference in New Issue
Block a user