[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["\u003cp\u003eThis function, \u003ccode\u003eLoadSingleDispatch\u003c/code\u003e, parses a \u003ccode\u003edispatch.yaml\u003c/code\u003e file or string to provide its content.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edispatch_info\u003c/code\u003e argument can be either the contents of a \u003ccode\u003edispatch.yaml\u003c/code\u003e file as a string or an open file object.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns a \u003ccode\u003eDispatchInfoExternal\u003c/code\u003e object that represents the parsed \u003ccode\u003eyaml\u003c/code\u003e file.\u003c/p\u003e\n"],["\u003cp\u003eErrors during parsing, such as multiple dispatch sections, missing values, or general parsing errors, will raise \u003ccode\u003eMalformedDispatchConfigurationError\u003c/code\u003e or \u003ccode\u003eyaml_errors.EventError\u003c/code\u003e, respectively.\u003c/p\u003e\n"]]],[],null,["# google.appengine.api.dispatchinfo.LoadSingleDispatch\n\n\u003cbr /\u003e\n\nLoad a dispatch.yaml file or string and return a DispatchInfoExternal. \n\n google.appengine.api.dispatchinfo.LoadSingleDispatch(\n dispatch_info, open_fn=None\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]