MCPcopy Create free account
hub / github.com/asimihsan/challenges / scrape_and_add_problem

Method scrape_and_add_problem

topcoder/ProblemFolder.py:36–54  ·  view source on GitHub ↗

Given a problem number, scrapes the problem and adds it to the directory. If provided with an opener, uses that instead of re-connecting. If force is True, overwrites any existing Python files for this problem.

(self, n, force = False, opener = None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

scraper.pyFile · 0.80

Calls 2

add_problemMethod · 0.95
scrape_problemFunction · 0.85

Tested by

no test coverage detected