Skip to content

Commit

Permalink
Parser: Move MT objects into its own file/module
Browse files Browse the repository at this point in the history
Summary:
The objects are growing in mariana_trench_parser. These objects (e.g. `Method`, `CallInfo`, etc.) follow the MT json schema rather closely (not exactly, but close enough). Moving them into their own mariana_trench_parser_objects.py module.

They will be referred to as `mariana_trench.<object name>` in the parser.

Reviewed By: anwesht

Differential Revision: D52179907

fbshipit-source-id: ae0c9d80caefc048536c6be34ad78dd0538265e1
  • Loading branch information
Yuh Shin Ong authored and facebook-github-bot committed Dec 15, 2023
1 parent a719e8d commit 469f0cc
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 385 deletions.
Loading

0 comments on commit 469f0cc

Please sign in to comment.