Replies: 1 comment 1 reply
-
Hi Evan- Thanks for checking out the library! A lot of python code has inline documentation, and a lot of more modern python code has type annotations for things like function parameters. If you look at the https://github.com/iluvcapra/py-ptsl/blob/master/ptsl/engine.py#L359
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First off THANK YOU. I've been able to do SO MUCH with this tool already that would have never been possible with Applescript and the methods I was previously using.
My python is mediocre at best, and I'm having trouble with some of the functions that take multiple parameters.
For example, i'm able to run
create_memory_location
and it creates a memory location at the current timeline with the default settings, but I can't figure out the syntax of how I would pass the other parameters (name, start_time
) to the function. I recognize that this is likely due to my ignorance as to how these data structures work in python in general, but a simple example of how that would look would help me (and hopefully others) a ton!Beta Was this translation helpful? Give feedback.
All reactions