Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Instagram
- San Francisco Bay Area
Pro
-
Instagram
- San Francisco Bay Area
Popular repositories
-
-
Forked from uwescience/datasci_course_materials
Public repository for course materials for the Spring 2013 session of Introduction to Data Science, an online coursera course.
Python
336 contributions in the last year
Activity overview
Contribution activity
January 2020
Created a pull request in Instagram/LibCST that received 2 comments
[helper] QualifiedNameProvider.has_name
Summary
Those patterns are used very often currently and this helper makes it simpler to users.
any(qn.name == target_name for qn in self.get_metad…
+38
−1
•
2
comments
- add SimpleString.evaluated_value
- [scope] add support for tracking reference in del expression context
- expose all helpers in libcst.helpers for convenience
- Apply make_fixture_data() to codemod output
- [helper] get_full_name_for_expression
- Clean up redundant code.
- Fix some typos.
- use transformer function (instead of visitor) in MatcherDecoratableTransformer
- [typing] add missing return value type to Callable
- Fix comment indentation
- Upgrade Pyre to 0.0.39
- Reuse CSTNodeT type var and clean up unused type var
- bump LibCST version to 0.2.6 and update README
- Parse posonly param indicator in functions/lambdas.
- Support `f{x=}` debugging syntax
- Implement a --python-version override flag to "libcst.tool print".
- Bump LibCST to new release 0.3.0.
- Add posonly parameter support to Parameters node
- Remove deprecated position provider objects
- Remove deprecated attributes and objects in metadata
- Support codemods in Subdirectories of configured modules.
Created an issue in Instagram/LibCST that received 1 comment
[proposal] New convention for importing helper function in libcst.helpers
Proposal 1: from libcst.helpers import something by adding all names to helpers/__init__.py.
Proposal 2: from libcst.helpers.expression import ensu…
1
comment