issues Search Results · repo:scottrogowski/code2flow language:Python
Filter by
76 results
(88 ms)76 results
inscottrogowski/code2flow (press backspace or delete to remove)Hi there, I work for a government organisation where we have heavily managed laptops, where we only have security
clearance for installing a very limited set of software. I note that there is a Python ...
SarazinMAC
- 5
- Opened on Oct 30, 2024
- #106
How difficult would it be to include pandas method chaining references?
That is, include references to these functions?
df = df \
.pipe(function_one) \
.pipe(myclass.function_two, arg1) \
Thanks ...
wendellwt
- Opened on Oct 27, 2024
- #105
Background
Given a typical application based on the repository pattern, I want to map function calls to make sure that data access
is properly controlled.
I have a setup a project as such
.
├── infrastructure ...
lee-sony
- 3
- Opened on Oct 16, 2024
- #104
Should we change the code structure in a way that it allows to add new language support easily and properly at runtime ?
patfinder
- 1
- Opened on Oct 5, 2024
- #103
PHP-Parser is already installed,but:
code2flow function.php Code2Flow: Found 1 files from sources argument. Code2Flow: Implicitly detected language as php .
Code2Flow: Processing 1 source file(s). Code2Flow: ...
naiyouweibaomihua
- Opened on Aug 12, 2024
- #102
I m experimenting with Code2Flow to automatically inject call graphs into my docs pages for each internal module. Some
of these modules declare several things but that don t have any interactions, so for ...
pawamoy
- Opened on Jul 12, 2024
- #101
Hey, thanks for the nice project!
I was wondering if you d consider adding options to customize colors. The final use-case for me is to display call
graphs generated with Code2Flow in pages that can be ...
pawamoy
- 3
- Opened on Jul 12, 2024
- #100
I noticed that for code with annotations the annotations are not taken into account when creating the dependency graph.
As an example, for
def do_stuff(config: Config, model: MyModel):
model.apply_config(config) ...
maxjeblick
- Opened on Mar 13, 2024
- #96
When calling code2flow within python (i.e. not via cmd line), the default logging config is overwritten:
logging.basicConfig(format= Code2Flow: %(message)s , level=level)
This is a bit annoying, as it ...
maxjeblick
- 4
- Opened on Mar 13, 2024
- #95

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.