Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help not pulling api-added LazyDocString #427

Open
pmolodo opened this issue May 6, 2020 · 0 comments
Open

help not pulling api-added LazyDocString #427

pmolodo opened this issue May 6, 2020 · 0 comments

Comments

@pmolodo
Copy link
Contributor

pmolodo commented May 6, 2020

ie, if you do:

import pymel.core as pm
help(pm.nt.Mesh.getUvShellsIds)
print(pm.nt.Mesh.getUvShellsIds.__doc__)
help(pm.nt.Mesh.getUvShellsIds)

...then the first help will not include the help docs parsed from the api. Retreiving doc will trigger the load, and the second help will then print the full help.

Need to figure out why help() isn't triggering the lazy-load, and see if there's a way to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant