Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
spsforks
/
bpython-bpython
Public
forked from
bpython/bpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython-bpython
bpython
test
test_inspection.py
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 28, 2025
Remove unnecessary version checks
sebastinas
committed
e33828e
View commit details
Copy full SHA for e33828e
View code at this point
Browse repository at this point
Commits on Jun 2, 2025
Upgrade to Python 3.10+
sebastinas
committed
982bd7e
View commit details
Copy full SHA for 982bd7e
View code at this point
Browse repository at this point
Commits on Jan 17, 2025
Upgrade code to 3.9+
sebastinas
committed
9b34424
View commit details
Copy full SHA for 9b34424
View code at this point
Browse repository at this point
Commits on Oct 26, 2022
Fix inspection of built-in functions with >= 3.11
Show description for 9173825
sebastinas
committed
9173825
View commit details
Copy full SHA for 9173825
View code at this point
Browse repository at this point
Commits on Aug 29, 2022
Directly access class methods in introspection (fixes #966)
Show description for 1bc255b
sebastinas
committed
1bc255b
View commit details
Copy full SHA for 1bc255b
View code at this point
Browse repository at this point
Test inspection with static methods
Show description for 1332d18
sebastinas
committed
1332d18
View commit details
Copy full SHA for 1332d18
View code at this point
Browse repository at this point
Add another failing test for #966
sebastinas
committed
e59e924
View commit details
Copy full SHA for e59e924
View code at this point
Browse repository at this point
Commits on Aug 28, 2022
Fix mypy and black regressions
sebastinas
committed
df03931
View commit details
Copy full SHA for df03931
View code at this point
Browse repository at this point
Commits on Aug 27, 2022
Fix type annotation
sebastinas
committed
c2e3fac
View commit details
Copy full SHA for c2e3fac
View code at this point
Browse repository at this point
Commits on Aug 26, 2022
Handle type annotations in function signatures
sebastinas
committed
c6e513c
View commit details
Copy full SHA for c6e513c
View code at this point
Browse repository at this point
Add another tests for function signatures
sebastinas
committed
9bbb25d
View commit details
Copy full SHA for 9bbb25d
View code at this point
Browse repository at this point
Commits on Aug 25, 2022
Add failing test for #966
sebastinas
committed
23c1945
View commit details
Copy full SHA for 23c1945
View code at this point
Browse repository at this point
Commits on Nov 7, 2021
Apply black
sebastinas
committed
535d4e9
View commit details
Copy full SHA for 535d4e9
View code at this point
Browse repository at this point
Remove get_source_unicode
Show description for f8b5962
sebastinas
committed
f8b5962
View commit details
Copy full SHA for f8b5962
View code at this point
Browse repository at this point
Commits on Oct 10, 2021
Mypy types for autocomplete.py, args.py, config.py and curtsies.py (#929)
thomasballinger
authored
4d744ca
View commit details
Copy full SHA for 4d744ca
View code at this point
Browse repository at this point
Commits on Oct 7, 2021
disable some tests for pypy
thomasballinger
committed
5ab3087
View commit details
Copy full SHA for 5ab3087
View code at this point
Browse repository at this point
Commits on Mar 17, 2021
Check numpy version
sebastinas
committed
a257b3f
View commit details
Copy full SHA for a257b3f
View code at this point
Browse repository at this point
Commits on Mar 16, 2021
Treat ... in __doc__ as separator between varargs and kwonly args
sebastinas
committed
30018e4
View commit details
Copy full SHA for 30018e4
View code at this point
Browse repository at this point
Also handle function __doc__ where the signature is split over two or more lines
sebastinas
committed
72e1c4b
View commit details
Copy full SHA for 72e1c4b
View code at this point
Browse repository at this point
Commits on Dec 30, 2020
Import unittest and mock directly
sebastinas
committed
bd277b6
View commit details
Copy full SHA for bd277b6
View code at this point
Browse repository at this point
Commits on Oct 13, 2020
Remove bpython.inspection.is_callable
sebastinas
committed
9faba3a
View commit details
Copy full SHA for 9faba3a
View code at this point
Browse repository at this point
Replace unicode literals
sebastinas
committed
ea9ac33
View commit details
Copy full SHA for ea9ac33
View code at this point
Browse repository at this point
Remove Python 2 specific tests
sebastinas
committed
72822dd
View commit details
Copy full SHA for 72822dd
View code at this point
Browse repository at this point
Update use of super and class definitions
sebastinas
committed
8f03ee2
View commit details
Copy full SHA for 8f03ee2
View code at this point
Browse repository at this point
Remove bpython.inspection.is_new_style which always returns True
sebastinas
committed
b4424a3
View commit details
Copy full SHA for b4424a3
View code at this point
Browse repository at this point
Remove Python 2 specific tests
sebastinas
committed
d56e832
View commit details
Copy full SHA for d56e832
View code at this point
Browse repository at this point
Remove encoding header
sebastinas
committed
ebe19cc
View commit details
Copy full SHA for ebe19cc
View code at this point
Browse repository at this point
Commits on Oct 11, 2020
Apply black
sebastinas
committed
8b2c97f
View commit details
Copy full SHA for 8b2c97f
View code at this point
Browse repository at this point
Commits on Aug 4, 2020
Refactoring to start using getattr_static (#832)
Show description for abc261a
rybarczykj
authored
abc261a
View commit details
Copy full SHA for abc261a
View code at this point
Browse repository at this point
Commits on Nov 22, 2019
Blacken the source code and add `black` configuration.
Show description for cde2aad
ikanobori
committed
cde2aad
View commit details
Copy full SHA for cde2aad
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
factor out and test is_new_style
thomasballinger
committed
6b7f681
View commit details
Copy full SHA for 6b7f681
View code at this point
Browse repository at this point
Commits on Jun 8, 2015
Refactored test file for argspec changing into named tuple funcprop
noelladsa
committed
3057bbe
View commit details
Copy full SHA for 3057bbe
View code at this point
Browse repository at this point
Commits on May 17, 2015
Clean up unittest imports
Show description for dbd8066
sebastinas
committed
dbd8066
View commit details
Copy full SHA for dbd8066
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
Test methods
Show description for aaaf99b
sebastinas
committed
aaaf99b
View commit details
Copy full SHA for aaaf99b
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
Test for get_encoding_file
Show description for 7587ad8
sebastinas
committed
7587ad8
View commit details
Copy full SHA for 7587ad8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.