sizmailov / pybind11-stubgen

Generate stubs for python modules
Other
236 stars 47 forks source link

Make an interface for post-parser fixup #205

Open sizmailov opened 10 months ago

sizmailov commented 10 months ago

The IParser is single-pass. Some fixups, like #204 require the whole module to be already known.