jupyter / papyri

MIT License
82 stars 17 forks source link

Change object inspection logic #323

Closed melissawm closed 7 months ago

melissawm commented 7 months ago

Also adds a test for a generator function.

Previously, different kinds of functions were not detected as the "function" condition was short-circuiting the cases. This is a first pass for allowing more details in this metadata.

Addresses (but doesn't close) #301

Carreau commented 7 months ago

Let's get that in even if partial, it's an improvment.