MCPcopy Create free account
hub / github.com/LaBatata101/sith-language-server / Int

Class Int

crates/sith_python_ast/src/int.rs:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4/// A Python integer literal. Represents both small (fits in an `i64`) and large integers.
5#[derive(Clone, PartialEq, Eq, Hash)]
6pub struct Int(Number);
7
8impl FromStr for Int {
9 type Err = std::num::ParseIntError;

Callers 5

lex_number_radixMethod · 0.85
lex_decimal_numberMethod · 0.85
parse_atomMethod · 0.85
int.rsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected