Skip to content

Support using inspect.signature() - #61

Merged
aldroid1 merged 2 commits into
mainfrom
chore/inspectable-function-signatures
Jul 25, 2026
Merged

Support using inspect.signature()#61
aldroid1 merged 2 commits into
mainfrom
chore/inspectable-function-signatures

Conversation

@aldroid1

@aldroid1 aldroid1 commented Jul 25, 2026

Copy link
Copy Markdown
Owner
  • Python's native inspect.signature() for functions fail with ValueError: Annotations are not currently supported because text_signature contains annotations

  • PYO3 seems to have added a way to add annotations to signature - so let's use that instead

Also

  • Fix invalid annotated type in add_patterns call
  • Function set_first_weekday_sunday had no Python signature

@aldroid1 aldroid1 added the bug Something isn't working label Jul 25, 2026
@aldroid1
aldroid1 merged commit 6ead2cf into main Jul 25, 2026
18 checks passed
@aldroid1
aldroid1 deleted the chore/inspectable-function-signatures branch July 25, 2026 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant