Skip to content

Implement dict to receive Object as key

9e2f6ab
Select commit
Loading
Failed to load commit list.
Open

[WIP] Implement dict to receive Object as key #119

Implement dict to receive Object as key
9e2f6ab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 10, 2025 in 1s

0.00% of diff hit (target 72.85%)

View this Pull Request on Codecov

0.00% of diff hit (target 72.85%)

Annotations

Check warning on line 69 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L65-L69

Added lines #L65 - L69 were not covered by tests

Check warning on line 72 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L72

Added line #L72 was not covered by tests

Check warning on line 81 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L76-L81

Added lines #L76 - L81 were not covered by tests

Check warning on line 85 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L83-L85

Added lines #L83 - L85 were not covered by tests

Check warning on line 89 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L88-L89

Added lines #L88 - L89 were not covered by tests

Check warning on line 91 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L91

Added line #L91 was not covered by tests

Check warning on line 112 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L111-L112

Added lines #L111 - L112 were not covered by tests

Check warning on line 122 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L121-L122

Added lines #L121 - L122 were not covered by tests

Check warning on line 134 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L131-L134

Added lines #L131 - L134 were not covered by tests

Check warning on line 151 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L148-L151

Added lines #L148 - L151 were not covered by tests

Check warning on line 153 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L153

Added line #L153 was not covered by tests

Check warning on line 163 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L163

Added line #L163 was not covered by tests

Check warning on line 165 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L165

Added line #L165 was not covered by tests

Check warning on line 183 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L178-L183

Added lines #L178 - L183 were not covered by tests

Check warning on line 185 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L185

Added line #L185 was not covered by tests

Check warning on line 194 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L193-L194

Added lines #L193 - L194 were not covered by tests

Check warning on line 229 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L222-L229

Added lines #L222 - L229 were not covered by tests

Check warning on line 233 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L231-L233

Added lines #L231 - L233 were not covered by tests

Check warning on line 237 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L235-L237

Added lines #L235 - L237 were not covered by tests

Check warning on line 242 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L239-L242

Added lines #L239 - L242 were not covered by tests

Check warning on line 246 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L245-L246

Added lines #L245 - L246 were not covered by tests

Check warning on line 263 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L259-L263

Added lines #L259 - L263 were not covered by tests

Check warning on line 266 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L266

Added line #L266 was not covered by tests

Check warning on line 280 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L280

Added line #L280 was not covered by tests

Check warning on line 284 in py/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

py/dict.go#L282-L284

Added lines #L282 - L284 were not covered by tests